home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / notify < prev    next >
Encoding:
Text File  |  2002-10-28  |  1.3 KB  |  42 lines

  1. Synopsis:
  2.    notify [[-]<nickname> [[-]<nickname> ...]]
  3.    notify <+|->
  4.  
  5. Description:
  6.    The NOTIFY command lets you specify a list of nicknames to watch for,
  7.    and will notify you any time a specified nickname signs on or signs off
  8.    IRC.  A "signoff" message will be generated if the person changes his
  9.    or her nickname, so keep this in mind.
  10.  
  11. Options:
  12.    -   When used alone, this will clear your notify list.  When used with
  13.          a nickname, it will remove that nick from the list.
  14.    +   This will display any nicks on your notify list who are signed on.
  15.  
  16. Examples:
  17.    To add your friends scuba and diver to your notify list:
  18.       /notify scuba diver
  19.  
  20.    To remove your ex-friend buddha from your notify list:
  21.       /notify -buddha
  22.  
  23.    To clear your notify list:
  24.       /notify -
  25.  
  26.    To show your friends that are current logged on irc:
  27.       /notify +
  28.  
  29. See Also:
  30.    ison(2); notify(6); set(4) notify_handler
  31.  
  32. Restrictions:
  33.    Everyone asks, so here's a formal answer before you ask.  No, you cannot
  34.    specify a nick!user@host mask to notify, nor can you specify wildcards.
  35.    NOTE allows for this functionality, but not all servers enable it.
  36.  
  37. Bugs:
  38.    If you redefine the numeric 303 hook, be careful!  NOTIFY absolutely
  39.    depends on this numeric, and redefining the default behavior will
  40.    probably trash your NOTIFY output.
  41.  
  42.